アクティビティ
最新
生産性を高めるアクティビティ
Last updated 2024年7月1日

アイテムを削除

ファイルまたはフォルダーを削除します。(Delete File/Folder)

名前空間: UiPath.MicrosoftOffice365.Activities.Api

アセンブリ: UiPath.MicrosoftOffice365.Activities.Api (UiPath.MicrosoftOffice365.Activities.Api.dll 内)

オーバー ロード

オーバーロード説明
DeleteItem(IDriveItem)OneDrive または SharePoint からファイルまたはフォルダーを削除します。
DeleteItem(String)OneDrive または SharePoint 内の指定した場所にあるファイルまたはフォルダーを URL で削除します。
DeleteItem(String, String, String)OneDrive または SharePoint 内の指定した場所にあるファイルまたはフォルダーを ID で削除します。

DeleteItem(IDriveItem)

OneDrive または SharePoint からファイルまたはフォルダーを削除します。
void DeleteItem(
	IDriveItem item
)void DeleteItem(
	IDriveItem item
)
item IDriveItem
削除するファイルまたはフォルダーです。

DeleteItem(String)

OneDrive または SharePoint 内の指定した場所にあるファイルまたはフォルダーを URL で削除します。
void DeleteItem(
	string itemUrl
)void DeleteItem(
	string itemUrl
)
itemUrl 文字列
移動対象のファイルまたはフォルダーの URL です。

DeleteItem(String, String, String)

OneDrive または SharePoint 内の指定した場所にあるファイルまたはフォルダーを ID で削除します。
void DeleteItem(
	string itemId,
	string siteUrl,
	string documentLibraryName
)void DeleteItem(
	string itemId,
	string siteUrl,
	string documentLibraryName
)
itemId 文字列
削除対象のファイルまたはフォルダーの ID です。
siteUrl 文字列
SharePoint サイトの URL です。
documentLibraryName 文字列
指定した SharePoint サイト内のドキュメント ライブラリです。

Was this page helpful?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
UiPath ロゴ (白)
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.